IsMatch(double,double,double) Method
In This Topic
Tests if the given size matches this object when the difference is less than delta.
Syntax
public boolean IsMatch(
double ,
double ,
double
)
|
Parameters
- width
- Width to compare.
- height
- Height to compare.
- delta
- Allowed difference in size.
Return Value
True if the sizes match.
See Also